home *** CD-ROM | disk | FTP | other *** search
- qdlist : dialog {
- key = "qdim";
- label = "Select QDIM choices";
- : popup_list {
- key = "dlist";
- label = "Dimstyle";
- width = 25;
- fixed_width = true;
- }
- : popup_list {
- key = "llist";
- label = "Layer ";
- width = 25;
- fixed_width = true;
- }
- spacer_1;
- : boxed_radio_column {
- label = "Force Modes";
- : radio_button {
- key = "none";
- label = "None";
- mnemonic = "N";
- }
- : radio_button {
- key = "aligned";
- label = "ALIgned";
- mnemonic = "A";
- }
- : radio_button {
- key = "horizontal";
- label = "HORizontal";
- mnemonic = "H";
- }
- : radio_button {
- key = "vertical";
- label = "VERTical";
- mnemonic = "V";
- }
- }
- : row {
- : toggle {
- label = "Baseline On";
- key = "base";
- }
- : button {
- label = "Pick";
- key = "pick";
- }
- }
- : toggle {
- label = "Follow";
- key = "follow";
- }
- spacer_1;
- : row {
- ok_button;
- cancel_button;
- }
- } // End Dialog //
-
- edit : dialog {
- label = "Dimension Text";
- : edit_box {
- key = "word";
- // edit_width = 20;//
- }
-
- : row {
- : button {
- key = "plusminus";
- label = "+/-";
- }
- : button {
- key = "min";
- label = "MIN.";
- }
- : button {
- key = "clr";
- label = "CLR.";
- }
- : button {
- key = "eq";
- label = "EQ.";
- }
- }
-
- ok_button;
- }